Hero image

MJ's Shop

Average Rating3.06
(based on 8 reviews)

I currently teach computing on BTEC Level 2 and Level 3 courses as well as Access to HE using the CAVA qualification and BTEC HNC and HND.

11Uploads

5k+Views

18k+Downloads

I currently teach computing on BTEC Level 2 and Level 3 courses as well as Access to HE using the CAVA qualification and BTEC HNC and HND.
Python Basics
emmijayyemmijayy

Python Basics

(0)
4 weeks worth of Python Basics lessons including, Power-Point (with notes in the notes section) , Activities worksheet, Example code, Homework and further reading. Possible Solutions have also been included. Week 1 Python basics Hello World Indentation Variables and Types Lists Basic Operations (Numbers and Strings) String Formatting Week 2 Python Basics 2 Conditions Boolean Operators IF Statements IS Operator NOT Operator Loops (FOR and WHILE) Break and Continue Statements Else clause for Loops Functions and Calling functions Week 3 - Python Basics 3 User Input Classes and Objects Accessing Object Variables and Functions Dictionaries Modules and Packages NumPy Arrays Week 4 - Python Basics 4 Exception Handling TKinter